*{
	margin:0;
	padding:0;
}
body{
	background: #fff;
	border: none;
	font-family: "Microsoft YaHei",Helvetica,Verdana,Arial,sans-serif;
}
.border{
	border-right: 1px solid #ddd;
}
.home3{
	width: 100%;
	height: auto;
	background-color:#fff;
	margin-top:-110px !important;
}
.home2{
	width: 1200px;
	margin:0 auto;
	margin-top: 200px;
	border: none;
}
.home2 ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.home2 ul li{
	width: 100%;
	height:300px;
	outline: none;
	border-bottom: 1px solid #eee;
}
.home2 ul li a{
	color: #666 ;
	height: 300px;
	/*display:table-cell;*/
	display:table;
	vertical-align: middle;
	text-align: left;
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
}
.home2 ul li a>img{
	width:250px;
	height:200px;
	margin-right: 35px;
	display: block;
	float: left;
}
.home2 ul li img:hover{
	outline:none;
}
.center{
	width: 65%;
	display: inline-block;
}
.home2 ul li a p{
	width:95%;
	margin: 0 auto !important;
	height:60px;
	font-size:32px;
	font-family: "Microsoft YaHei",Helvetica,Verdana,Arial,sans-serif;
	font-weight: 500;
	letter-spacing:2px;
}
.home2 ul li a span{
	width:80%;
	margin: 0 auto;
	height: 105px;
	line-height:150%;
	margin-top:6px;
	padding-top: 2px;
	text-align: left;
	font-size:16px;
	font-family: "Microsoft YaHei",Helvetica,Verdana,Arial,sans-serif;
	text-indent: 2em;
	letter-spacing: 1px;
	overflow: hidden;
}
.home2 ul li a:focus{
	outline: none;
}
.home2 ul li a p:hover{
	color: #ff7800;
	border: none;
}



